home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
dev
/
lang
/
fpc09905c.lha
/
fpc
/
hello.pp
< prev
next >
Wrap
Text File
|
1998-09-21
|
134b
|
8 lines
Program Hello;
{ Enable stack checking on the Amiga, unless you know what you are doing! }
{$S+}
Begin
WriteLn('Hello world');
end.